home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / mktdata / econdata / docutils / pdgsup.exe / SPLICE.DOC < prev   
Text File  |  1992-05-04  |  1KB  |  27 lines

  1.                           The Bank Update Programs
  2.  
  3.     There are two bank update programs: CSPLICE and HSPLICE.  CSPLICE is the 
  4. original SPLICE program, while HSPLICE updates hashed G banks.  Hashed banks 
  5. are now the standard data banks that I.E.R.F. creates and maintains.  The 
  6. compression routines for hashed and compressed banks are essentially the same, 
  7. however, with the hashed banks we have added a far superior method of indexing 
  8. the data series.
  9.  
  10.     Since the compression of both types of banks is so similar, the syntax 
  11. and usage for both bank update programs are essentially the same as well.
  12. Therefore, what follows assumes one is using HSPLICE.  If you wish to use 
  13. the original bank update program, simply substitute CSPLICE where HSPLICE 
  14. appears and read 'compressed,' where 'hashed' appears below.
  15.  
  16.     Suppose you have just received new data for a bank you already have.  How 
  17. can you correct or extend the bank without completely remaking it?  If the
  18. new data has come to you as a hashed bank -- as data from the University
  19. of Maryland EconData service does -- then, at the DOS prompt, type
  20.  
  21.     hsplice <old_hashbank> <new_hashed> <updated>
  22.  
  23. where old_hashbank, new_hashbank, and updated are the names of the old 
  24. hashed bank, the new hashed bank, and the updated hashed bank.  The updated 
  25. bank will contain all data in either the old or the new bank, but the data in
  26. "new" will replace that in "old" wherever both banks have a data point. 
  27.